home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 56 / MOBICLIC 56.ISO / DATA / ARRIBA / SWF_ARRIBA / ARRI03.swf / scripts / DefineSprite_169 / frame_4 / DoAction.as
Text File  |  2003-07-22  |  160b  |  13 lines

  1. with(_root.intro.score)
  2. {
  3.    gotoAndPlay("scorup");
  4. }
  5. with(_root.intro.chute)
  6. {
  7.    gotoAndStop(1);
  8. }
  9. with(_root.intro)
  10. {
  11.    gotoAndPlay("start");
  12. }
  13.